home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_Scroll / distillery.h < prev    next >
Text File  |  1992-12-19  |  3KB  |  99 lines

  1.  
  2. /*
  3.  * (a)  (C) 1990 by Adobe Systems Incorporated. All rights reserved.
  4.  *
  5.  * (b)  If this Sample Code is distributed as part of the Display PostScript
  6.  *    System Software Development Kit from Adobe Systems Incorporated,
  7.  *    then this copy is designated as Development Software and its use is
  8.  *    subject to the terms of the License Agreement attached to such Kit.
  9.  *
  10.  * (c)  If this Sample Code is distributed independently, then the following
  11.  *    terms apply:
  12.  *
  13.  * (d)  This file may be freely copied and redistributed as long as:
  14.  *    1) Parts (a), (d), (e) and (f) continue to be included in the file,
  15.  *    2) If the file has been modified in any way, a notice of such
  16.  *      modification is conspicuously indicated.
  17.  *
  18.  * (e)  PostScript, Display PostScript, and Adobe are registered trademarks of
  19.  *    Adobe Systems Incorporated.
  20.  * 
  21.  * (f) THE INFORMATION BELOW IS FURNISHED AS IS, IS SUBJECT TO
  22.  *    CHANGE WITHOUT NOTICE, AND SHOULD NOT BE CONSTRUED
  23.  *    AS A COMMITMENT BY ADOBE SYSTEMS INCORPORATED.
  24.  *    ADOBE SYSTEMS INCORPORATED ASSUMES NO RESPONSIBILITY
  25.  *    OR LIABILITY FOR ANY ERRORS OR INACCURACIES, MAKES NO
  26.  *    WARRANTY OF ANY KIND (EXPRESS, IMPLIED OR STATUTORY)
  27.  *    WITH RESPECT TO THIS INFORMATION, AND EXPRESSLY
  28.  *    DISCLAIMS ANY AND ALL WARRANTIES OF MERCHANTABILITY, 
  29.  *    FITNESS FOR PARTICULAR PURPOSES AND NONINFRINGEMENT
  30.  *    OF THIRD PARTY RIGHTS.
  31.  */
  32.  
  33. /*
  34.  *    distillery.h
  35.  *
  36.  *    Version:    2.0
  37.  *    Author:    Ken Fromm
  38.  *    History:
  39.  *            03-07-91        Added this comment.
  40.  */
  41.  
  42. /* operands */
  43. #define dis_int            1
  44. #define dis_real            2
  45. #define dis_string            3
  46. #define dis_literal            4
  47. #define dis_name            5
  48. #define dis_array            6
  49.  
  50. /* path rendering operators */
  51. #define dis_f                7
  52. #define dis_s                8            
  53. #define dis_clip            9
  54.  
  55. /* text showing operators */
  56. #define dis_T                10
  57. #define dis_A                11
  58. #define dis_W                12
  59. #define dis_AW            13
  60.  
  61. /* path construction operators */
  62. #define dis_m                14
  63. #define dis_lineto            15
  64. #define dis_L                16
  65. #define dis_r                17
  66. #define dis_R                18
  67. #define dis_l                19
  68. #define dis_x                20
  69. #define dis_y                21
  70. #define dis_X                22
  71. #define dis_Y                23
  72. #define dis_c                24
  73. #define dis_cp            25
  74.  
  75. /* gstate parameter setting operators */
  76. #define dis_w                26
  77. #define dis_g                27
  78. #define dis_j                28
  79. #define dis_d                29
  80. #define dis_miter            30
  81. #define dis_cap            31
  82. #define dis_RGB            32
  83.  
  84. /* font operators */
  85. #define dis_F                33
  86. #define dis_FF            34
  87. #define dis_DF            35
  88. #define dis_MF            36
  89.  
  90. /* image operators */
  91. #define dis_IMASK        37
  92. #define dis_IMAGE        38
  93.  
  94. #define dis_BPAGE        39
  95. #define dis_EPAGE        40
  96. #define dis_REMAP        41
  97. #define dis_RECODE        42
  98.  
  99.